low-level language - ترجمة إلى ألماني
Diclib.com
قاموس ChatGPT
أدخل كلمة أو عبارة بأي لغة 👆
اللغة:

ترجمة وتحليل الكلمات عن طريق الذكاء الاصطناعي ChatGPT

في هذه الصفحة يمكنك الحصول على تحليل مفصل لكلمة أو عبارة باستخدام أفضل تقنيات الذكاء الاصطناعي المتوفرة اليوم:

  • كيف يتم استخدام الكلمة في اللغة
  • تردد الكلمة
  • ما إذا كانت الكلمة تستخدم في كثير من الأحيان في اللغة المنطوقة أو المكتوبة
  • خيارات الترجمة إلى الروسية أو الإسبانية، على التوالي
  • أمثلة على استخدام الكلمة (عدة عبارات مع الترجمة)
  • أصل الكلمة

low-level language - ترجمة إلى ألماني

PROGRAMMING LANGUAGES SIMILAR TO INSTRUCTION SETS
Low-level language; Low level programming language; Low level language; Low-level programming; Low-level (computing); Low-level programming languages; Low level programing language; Low level programming; Lower level language
  • Front panel of a PDP-8/E minicomputer. The row of switches at the bottom can be used to toggle in a machine language program.

low-level language         
Sprache auf niedrigem Niveau
low level programming language         
einfache Programmiersprache (Basissprache beim Programmieren)
spirit level         
  • Machinists precision level
  • Carpenter's bulls-eye level
  • Measuring elevation with a line level. Historical archaeology at the old Champoeg townsite, Champoeg, Oregon (USA) 1973 (2149089991)
  • bull's eye spirit level]] mounted in a camera tripod
  • Torpedo level
  • Modern automatic level in use on a construction site
INSTRUMENT WITH A SEALED TUBE OF LIQUID, DESIGNED TO INDICATE WHETHER A SURFACE IS HORIZONTAL (LEVEL) OR VERTICAL (PLUMB)
Waterlevel; Spirit-level; Bubble level; Torpedo level; Tube level; Level (tool); Spirit Level; Carpenter's level
Wasserwaage (Gerät mit Flüssigkeitsfüllung und Luftblase zur Ausrichtung von der Horizontalen)

تعريف

low-level language
<language> Any programming language which either is assembly language, or which is meant to be closely related to, and easily translated into, machine language. Low-level languages lack the amenities of high-level languages but it may be possible to write more efficient code in them. (2000-08-10)

ويكيبيديا

Low-level programming language

A low-level programming language is a programming language that provides little or no abstraction from a computer's instruction set architecture—commands or functions in the language map that are structurally similar to processor's instructions. Generally, this refers to either machine code or assembly language. Because of the low (hence the word) abstraction between the language and machine language, low-level languages are sometimes described as being "close to the hardware". Programs written in low-level languages tend to be relatively non-portable, due to being optimized for a certain type of system architecture.

Low-level languages can convert to machine code without a compiler or interpreter—second-generation programming languages use a simpler processor called an assembler—and the resulting code runs directly on the processor. A program written in a low-level language can be made to run very quickly, with a small memory footprint. An equivalent program in a high-level language can be less efficient and use more memory. Low-level languages are simple, but considered difficult to use, due to numerous technical details that the programmer must remember. By comparison, a high-level programming language isolates execution semantics of a computer architecture from the specification of the program, which simplifies development.